Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@Serializable
data class ElevationLineGeometry(val type: String, val coordinates: List<List<Double>>)
Link copied to clipboard
@Serializable
data class ElevationLineRequest(val formatIn: String, val formatOut: String, val geometry: JsonElement, val dataset: String? = null)
Link copied to clipboard
Link copied to clipboard
@Serializable
data class ElevationLineResponse(val attribution: String? = null, val geometry: ElevationLineGeometry, val timestamp: Long? = null, val version: String? = null)
Link copied to clipboard
@Serializable
data class ElevationPointGeometry(val coordinates: List<Double>, val type: String)
Link copied to clipboard
@Serializable
data class ElevationPointRequest(val formatIn: String, val formatOut: String = "geojson", val dataset: String? = null, val geometry: List<Double>)

Request for the elevation/point endpoint.

Link copied to clipboard
@Serializable
data class ElevationPointResponse(val attribution: String, val geometry: ElevationPointGeometry, val timestamp: Long, val version: String)

Functions

Link copied to clipboard
Link copied to clipboard